type github.com/jackc/pgx/v5/pgtype.encodePlanInetCodecText

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		inet.go#L48: 		return encodePlanInetCodecText{}
		inet.go#L94: type encodePlanInetCodecText struct{}
		inet.go#L96: func (encodePlanInetCodecText) Encode(value any, buf []byte) (newBuf []byte, err error) {